home *** CD-ROM | disk | FTP | other *** search
- COPY [BOOT_ROOT] "AUTOEXEC.BAT" [BOOT_ROOT] "AUTOEXEC.OLD"
- ; This line backs up the autoexec.bat on the PC.
- COPY "F:\FUSION" "AUTOEXEC.BAT" [BOOT_ROOT] "*.*"
- ; This line copies the new file from the Fusion directory to the PC.
- ; To copy another file replace AUTOEXEC.BAT with another file name.
- ; To change the destination replace BOOT_ROOT with a path name.
-
-
-
-